home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / printer / gifprt51.zip / GIFPRT.PR7 < prev    next >
Text File  |  1992-05-17  |  2KB  |  34 lines

  1. nam HP/DJ500C/300x300dpi                     // Printer name
  2. pin    1    3                                // Pins, raster type
  3. dpi  300  300                                // Dots per inch, (hor, ver)
  4. dim 2400 3000                                // Dimensions (hor, ver)
  5.  
  6. in1 ESC E                                    // Reset printer
  7.     ESC *   r   1   U                        // Use black/white palette
  8.     ESC *   o   1   Q                        // Use 25% shingling (2-pass)
  9.     ESC *   t   3   0   0   R                // Set 300 dots per inch
  10.     ESC *   r   1   A                        // Start graphics at current pos
  11.  
  12.                                              // For faster printing, use
  13.                                              // ESC * o 0 Q (1-pass printing)
  14.                                              // and change the raster type
  15.                                              // from 3 to 4
  16.  
  17. in2 ESC E                                    // Reset printer
  18.     ESC *   r   -   3   U                    // Use CMY palette
  19.     ESC *   o   2   Q                        // Use 50% shingling (4-pass)
  20.     ESC *   t   3   0   0   R                // Set 300 dots per inch
  21.     ESC *   r   1   A                        // Start graphics at current pos
  22.  
  23. skp ESC *   b   1   W   000                  // Fast skip over 1 set of pins
  24.  
  25. gr1 ESC *   b   -99 W   -1                   // Black/white graphics
  26.  
  27. gr2 ESC *   b   -99 V   -2                   // Cyan graphics
  28.     ESC *   b   -99 V   -3                   // Magenta graphics
  29.     ESC *   b   -99 W   -4                   // Yellow graphics
  30.  
  31. trm ESC *   r   B                            // End graphics
  32.     FF                                       // Form feed (eject page)
  33.     ESC E                                    // Reset printer
  34.